- README -

QTS Receiver Sample Code 
2/15/99

by Scott Kuechle
Apple Developer Technical Support

===========================================
1. ABOUT QTS RECEIVER

QTS Receiver demonstrates how to create a QuickTime 
4 Presentation in receive mode.

2. REQUIREMENTS

QuickTime 4 for Windows.

To run QuickTime 4 on a PC the user's machine must include: 

*	A Pentium processor 
*	Windows 95 or Windows 98 or Windows NT 
*	A hard drive 
*	16MB RAM

3. BUILD ENVIRONMENTS

This sample was built under Windows using the Microsoft 
Visual C++ 5.0 development environment and the QuickTime 4 
SDK Interfaces & Libraries.

3. SPECIFICS

As mentioned previously, this sample demonstrates how to 
create a QuickTime 4 Presentation from an SDP file (information 
about the SDP file format can be found in the public document 
RFC 2327). The QTSNewPresentation function is used to create 
a presentation. The code uses the kQTSAutoModeFlag flag when 
calling QTSNewPresentation so the conductor is configured with 
sourcers automatically. Each presentation is created in receive 
mode. Multiple presentation windows may be created via the Open 
menu.

4. USING QTS RECEIVER

Launch  the application and open any SDP file via the Open menu. 
A new presentation window will be created. Multiple presentation 
windows can be created.

To quit, either click in the main window close box or select 
<control><q>.

Enjoy,
QuickTime Team